home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / dobbs / oct94 / gill1f2.gif < prev    next >
Graphics Interchange Format  |  1996-06-11  |  103KB  |  601x476  |  4-bit (16 colors)
Labels: text | screenshot | number | font | handwriting | document | rectangle | parallel
OCR: struct{ int //0x1112_1314 word int pad: double b //0x2122 2324 2526_2728 doubleword char* //0x3132 3334 word char d [7]; byte array short //0x5152 haltword int //0x6162_6364 word 9 s; Big-endian address mapping Byte Little endian address mapping Byte Address 11 12 13 14 11 12 13 14 Aridress 00 00 01 02 03 04 05 06 07 07 06 05 04 03 02 01 00 00 21 22 23 24 25 26 27 28 21 22 23 24 25 26 27 28 08 08 09 0A OB OC OD OF OF OF OE OD OC OB DA 09 31 32 33 34 'D C BA 31 32 33 34 10 10 11 12 13 14: 15 : 16 : 17 17 : 16 : 15 : 14 13 12 11 10 10 'E''F 'G' 51 52 51 52 GFE 18 18 :19 TA IC 1D| 1E 1F IF 1E 10 10 1B 1A : 19 : 18 18 61 62 63 64 61 62 63 64 $20 20 21 22 23 23 22 21 20 20 Figure 2: Typical C data structure and its Endian maps.